home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 188 / c / qsed.man < prev    next >
Text File  |  1987-10-14  |  373b  |  17 lines

  1.  
  2.     qsed - ed script editor (diff -e scripts)
  3.  
  4.     qsed script-file [infile]
  5.  
  6.     if infile is not specified it is the standard input file. Errors goto
  7. stderr.  Results to stdout.
  8.  
  9.     EXAMPLE
  10.  
  11.     qsed dif.2 file.c |qsed dif.1 >file.old
  12.  
  13.     executes first the script file dif.2 and then the script file dif.1 
  14. on the file file.c producing file.old.
  15.  
  16.     See also seqhist.arc
  17.